home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 January: Mac OS SDK / Dev.CD Jan 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / AIncludes / Strings.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  599 b   |  31 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        Strings.a
  3. ;
  4. ;    Contains:    Pascal <-> C String Interfaces.
  5. ;
  6. ;    Version:    Technology:    System 7.5
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1985-1998, 1996-1997 by Apple Computer, Inc., all rights reserved
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17. ;    Note: All Pascal <-> C String routines have moved to TextUtils.h
  18. ;
  19. ;
  20.  
  21.     IF &TYPE('__STRINGS__') = 'UNDEFINED' THEN
  22. __STRINGS__ SET 1
  23.  
  24.     IF &TYPE('__TEXTUTILS__') = 'UNDEFINED' THEN
  25.     include 'TextUtils.a'
  26.     ENDIF
  27.  
  28.     ENDIF ; __STRINGS__ 
  29.  
  30.